func html/template.decodeCSS

4 uses

	html/template (current package)
		css.go#L58: func decodeCSS(s []byte) []byte {
		css.go#L226: 	b, id := decodeCSS([]byte(s)), make([]byte, 0, 64)
		transition.go#L496: 			c, nread := tURL(c, decodeCSS(s[k:]))
		transition.go#L511: 		c, _ = tURL(c, decodeCSS(s[:i+1]))